PayByBankNotificationOptionsResponse

public struct PayByBankNotificationOptionsResponse : Codable
  • Status of the sending email

    Note

    True if sendEmailNotification is true and email was sent successfully, otherwise false

    Declaration

    Swift

    public let isEmailSent: Bool?
  • Status of the sending sms

    Note

    True if sendSmsNotification is true and sms was sent successfully, otherwise false

    Declaration

    Swift

    public let isSmsSent: Bool?
  • Declaration

    Swift

    public init(isEmailSent: Bool?, isSmsSent: Bool?)