Overview

Classes

  • Syspay_Merchant_AstroPayBanksRequest
  • Syspay_Merchant_BillingAgreementCancellationRequest
  • Syspay_Merchant_BillingAgreementInfoRequest
  • Syspay_Merchant_BillingAgreementListRequest
  • Syspay_Merchant_BillingAgreementRequest
  • Syspay_Merchant_ChargebackInfoRequest
  • Syspay_Merchant_ChargebackListRequest
  • Syspay_Merchant_Client
  • Syspay_Merchant_ConfirmRequest
  • Syspay_Merchant_EMS
  • Syspay_Merchant_Entity
  • Syspay_Merchant_Entity_AstroPayBank
  • Syspay_Merchant_Entity_BillingAgreement
  • Syspay_Merchant_Entity_Chargeback
  • Syspay_Merchant_Entity_Creditcard
  • Syspay_Merchant_Entity_Customer
  • Syspay_Merchant_Entity_Eterminal
  • Syspay_Merchant_Entity_Payment
  • Syspay_Merchant_Entity_PaymentMethod
  • Syspay_Merchant_Entity_PaymentRecipient
  • Syspay_Merchant_Entity_Plan
  • Syspay_Merchant_Entity_Refund
  • Syspay_Merchant_Entity_Subscription
  • Syspay_Merchant_Entity_SubscriptionEvent
  • Syspay_Merchant_EterminalRequest
  • Syspay_Merchant_IpAddressesRequest
  • Syspay_Merchant_PaymentInfoRequest
  • Syspay_Merchant_PaymentListRequest
  • Syspay_Merchant_PaymentRequest
  • Syspay_Merchant_PlanInfoRequest
  • Syspay_Merchant_PlanRequest
  • Syspay_Merchant_PlanUpdateRequest
  • Syspay_Merchant_RebillRequest
  • Syspay_Merchant_Redirect
  • Syspay_Merchant_RefundInfoRequest
  • Syspay_Merchant_RefundListRequest
  • Syspay_Merchant_RefundRequest
  • Syspay_Merchant_Request
  • Syspay_Merchant_SubscriptionCancellationRequest
  • Syspay_Merchant_SubscriptionInfoRequest
  • Syspay_Merchant_SubscriptionRebillRequest
  • Syspay_Merchant_SubscriptionRequest
  • Syspay_Merchant_Utils
  • Syspay_Merchant_VoidRequest

Interfaces

  • Syspay_Merchant_Entity_ReturnedEntityInterface

Exceptions

  • Syspay_Merchant_EMSException
  • Syspay_Merchant_RedirectException
  • Syspay_Merchant_RequestException
  • Syspay_Merchant_UnexpectedResponseException
  • Overview
  • Class
  • Tree

Class Syspay_Merchant_Entity_AstroPayBank

An AstroPay Bank

Syspay_Merchant_Entity
Extended by Syspay_Merchant_Entity_AstroPayBank implements Syspay_Merchant_Entity_ReturnedEntityInterface
Located at Syspay/SDK/Merchant/Entity/AstroPayBank.php
Methods summary
public static Syspay_Merchant_Entity_AstroPayBank
# buildFromResponse( stdClass $response )

Creates an entity using the data provided by the API (turned into an stdCalass)

Creates an entity using the data provided by the API (turned into an stdCalass)

Parameters

$response
The raw response data

Returns

Syspay_Merchant_Entity_AstroPayBank
self

Implementation of

Syspay_Merchant_Entity_ReturnedEntityInterface::buildFromResponse()
public string
# getCode( )

Gets the The bank code.

Gets the The bank code.

Returns

string
string
public Syspay_Merchant_Entity_AstroPayBank
# setCode( string $code )

Sets the The bank code.

Sets the The bank code.

Parameters

$code
the code

Returns

Syspay_Merchant_Entity_AstroPayBank
self
public string
# getName( )

Gets the The bank name.

Gets the The bank name.

Returns

string
string
public Syspay_Merchant_Entity_AstroPayBank
# setName( string $name )

Sets the The bank name.

Sets the The bank name.

Parameters

$name
the name

Returns

Syspay_Merchant_Entity_AstroPayBank
self
public string
# getLogoUrl( )

Gets the The full URL to the bank logo.

Gets the The full URL to the bank logo.

Returns

string
string
public Syspay_Merchant_Entity_AstroPayBank
# setLogoUrl( string $logoUrl )

Sets the The full URL to the bank logo.

Sets the The full URL to the bank logo.

Parameters

$logoUrl
the logo url

Returns

Syspay_Merchant_Entity_AstroPayBank
self
Methods inherited from Syspay_Merchant_Entity
getType(), toArray()
Properties inherited from Syspay_Merchant_Entity
$raw
Syspay Merchant SDK API documentation generated by ApiGen 2.8.0