PHP 클래스 PayPal\Api\ShippingAddress

Extended Address object used as shipping address in a payment.
상속: extends Address
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
getDefaultAddress ( ) : boolean Default shipping address of the Payer.
getId ( ) : string Address ID assigned in PayPal system.
getPreferredAddress ( ) : boolean Shipping Address marked as preferred by Payer.
getRecipientName ( ) : string Name of the recipient at this address.
setDefaultAddress ( boolean $default_address ) Default shipping address of the Payer.
setId ( string $id ) Address ID assigned in PayPal system.
setPreferredAddress ( boolean $preferred_address ) Shipping Address marked as preferred by Payer.
setRecipientName ( string $recipient_name ) Name of the recipient at this address.

메소드 상세

getDefaultAddress() 공개 메소드

Default shipping address of the Payer.
사용 중단: Not publicly available
public getDefaultAddress ( ) : boolean
리턴 boolean

getId() 공개 메소드

Address ID assigned in PayPal system.
사용 중단: Not publicly available
public getId ( ) : string
리턴 string

getPreferredAddress() 공개 메소드

Shipping Address marked as preferred by Payer.
사용 중단: Not publicly available
public getPreferredAddress ( ) : boolean
리턴 boolean

getRecipientName() 공개 메소드

Name of the recipient at this address.
public getRecipientName ( ) : string
리턴 string

setDefaultAddress() 공개 메소드

Default shipping address of the Payer.
사용 중단: Not publicly available
public setDefaultAddress ( boolean $default_address )
$default_address boolean

setId() 공개 메소드

Address ID assigned in PayPal system.
사용 중단: Not publicly available
public setId ( string $id )
$id string

setPreferredAddress() 공개 메소드

Shipping Address marked as preferred by Payer.
사용 중단: Not publicly available
public setPreferredAddress ( boolean $preferred_address )
$preferred_address boolean

setRecipientName() 공개 메소드

Name of the recipient at this address.
public setRecipientName ( string $recipient_name )
$recipient_name string