class PendingNotification

    attr_accessor(:merchant_emails, :notify_url)

    def initialize(merchant_emails: nil, notify_url: nil)